projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b09c4bb
)
(edmacro-format-keys,edmacro-parse-keys)
author
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 27 Nov 2007 04:08:16 +0000
(
04:08
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 27 Nov 2007 04:08:16 +0000
(
04:08
+0000)
(math-read-expr-level): Declare as functions.
lisp/calc/calc-prog.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-prog.el
b/lisp/calc/calc-prog.el
index 4ceeeba3b4271e3b78def74468eb77b80e1936d3..87adf48006dfb52767a88ae7e1d945c34dd1cff6 100644
(file)
--- a/
lisp/calc/calc-prog.el
+++ b/
lisp/calc/calc-prog.el
@@
-32,6
+32,11
@@
(require 'calc-ext)
(require 'calc-macs)
+;; Declare functions which are defined elsewhere.
+(declare-function edmacro-format-keys "edmacro" (macro &optional verbose))
+(declare-function edmacro-parse-keys "edmacro" (string &optional need-vector))
+(declare-function math-read-expr-level "calc-aent" (exp-prec &optional exp-term))
+
(defun calc-equal-to (arg)
(interactive "P")